本文共 1404 字,大约阅读时间需要 4 分钟。
今天把调试了spring cloud gateaway遇到的问题总结下:
环境搭建:spring eureka server 集群端口范围:8000-8100 生产者集群端口范围:7000-7100消费者集群端口范围:9000-9100gateaway端口:6000(还没做集群)所有服务启动正常,gateaway启动也是正常的,浏览器上调试接口显示如下:看了谷歌浏览器ERR_UNSAFE_PORT错误提示,谷歌一下才发现6000端口是谷歌浏览器的特殊端口,然后把谷歌浏览器的所有特殊端口搜索终结如下:谷歌浏览器限制的一些端口号1: // tcpmux7: // echo9: // discard11: // systat13: // daytime15: // netstat17: // qotd19: // chargen20: // ftp data21: // ftp access22: // ssh23: // telnet25: // smtp37: // time42: // name43: // nicname53: // domain77: // priv-rjs79: // finger87: // ttylink95: // supdup101: // hostriame102: // iso-tsap103: // gppitnp104: // acr-nema109: // pop2110: // pop3111: // sunrpc113: // auth115: // sftp117: // uucp-path119: // nntp123: // NTP135: // loc-srv /epmap139: // netbios143: // imap2179: // BGP389: // ldap465: // smtp+ssl512: // print / exec513: // login514: // shell515: // printer526: // tempo530: // courier531: // chat532: // netnews540: // uucp556: // remotefs563: // nntp+ssl587: // stmp?601: // ??636: // ldap+ssl993: // ldap+ssl995: // pop3+ssl2049: // nfs3659: // apple-sasl / PasswordServer4045: // lockd6000: // X116665: // Alternate IRC [Apple addition]6666: // Alternate IRC [Apple addition]6667: // Standard IRC [Apple addition]6668: // Alternate IRC [Apple addition]6669: // Alternate IRC [Apple addition]转载于:https://blog.51cto.com/5609547/2152285