Forum
Merhaba,
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it IP_ADRESS
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 191.168.56.136:9643 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at SecurityConfiguration.SSLCertificateHelper.InvestigateCertificate() at SecurityConfiguration.SecurityConfiguration.Check()
hatasını alıyorum.
İşletim sistemim : Server 2008 R2
Database : SQL Serve 2008 R2
IIS 7.0 kullanıyorum.
Firewall kapalı konumda.
Default Web Site Bindings'te SSL olarak konfigure edilmiş sertifika mevcut.
Teşekkürler
Merhaba
Çok genel bir sorun olduğu için genel bir cevap veriyorum
"the target machine actively refused it" means that the target machine received the connect request, but decided to refuse it instead of accepting it. This almost always means that there is nothing listening on the port the request was made on. I suppose it could mean that there was something listening, that it saw the connect request, and that it explicitly rejected it.
You need to find out from "the target machine" why it "actively refused" the connection attempt.
Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************