You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I debug http-proxy-middleware,I got an error detail
message:"Hostname/IP doesn't match certificate's altnames: "IP: 200.200.106.133 is not in the cert's list: ""
reason:"IP: 200.200.106.133 is not in the cert's list: "
stack:"Error: Hostname/IP doesn't match certificate's altnames: "IP: 200.200.106.133 is not in the cert's list: "\n at Object.checkServerIdentity (tls.js:199:17)\n at TLSSocket. (_tls_wrap.js:1068:29)\n at emitNone (events.js:86:13)\n at TLSSocket.emit (events.js:185:7)\n at TLSSocket._finishInit (_tls_wrap.js:586:8)\n at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:416:38)"
what can I do?
The text was updated successfully, but these errors were encountered:
hxfdarling
changed the title
Encountered an error,can't proxy to target server
Encountered an error,can't proxy to target https server
Dec 7, 2016
this is my profile in webpack:
use this command
error
response status 500
[HPM] Error occurred while trying to proxy request /test from 200.200.106.133:8080 to https://200.200.107.
226 (undefined) (https://nodejs.org/api/errors.html#errors_common_system_errors)
when I debug http-proxy-middleware,I got an error detail
message:"Hostname/IP doesn't match certificate's altnames: "IP: 200.200.106.133 is not in the cert's list: ""
reason:"IP: 200.200.106.133 is not in the cert's list: "
stack:"Error: Hostname/IP doesn't match certificate's altnames: "IP: 200.200.106.133 is not in the cert's list: "\n at Object.checkServerIdentity (tls.js:199:17)\n at TLSSocket. (_tls_wrap.js:1068:29)\n at emitNone (events.js:86:13)\n at TLSSocket.emit (events.js:185:7)\n at TLSSocket._finishInit (_tls_wrap.js:586:8)\n at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:416:38)"
what can I do?
The text was updated successfully, but these errors were encountered: